Int32NINumericInt32NIsLessThan Method
Determines whether the current value is less than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<Int32N>.IsLessThan(
Int32N value
)
Private Function IsLessThan (
value As Int32N
) As Boolean Implements INumeric(Of Int32N).IsLessThan
private:
virtual bool IsLessThan(
Int32N value
) sealed = INumeric<Int32N>::IsLessThan
private abstract IsLessThan :
value : Int32N -> bool
private override IsLessThan :
value : Int32N -> bool
- value Int32N
- The value to compare with the current value.
Boolean if the current value is less than
value; otherwise,
.
INumericTSelfIsLessThan(TSelf)